* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 12px;
}
body {
	color: #131313;
}
div, input {
	/* 任何内边距和边框都将在已设定的宽度和高度内进行绘制 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, li {
	list-style: outside none none; /* 列表属性 */
}
a {
	text-decoration: none; /* 去掉链接下划线 */
	cursor: pointer;
	color: #131313;
}
button {
	border: none;
	outline: none; /* 外边框 */
	cursor: pointer;
}
img {
	width: 100%;
}
.clear {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.ph, .zph {
	display: none;
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* header */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
}
.header-top {
	background-color: #fff;
	height: 70px;
	line-height: 70px;
	padding: 0 125px;
}
.tips {
	font-size: 14px;
	line-height: 130%;
	border-left: 5px solid #131313;
	padding-left: 5px;
}
.top-right {
	float: right;
	width: 300px;
}
/* search */
.search {
	width: 200px;
	float: left;
	position: relative;
}
.search-input {
	width: 100%;
	max-width: 200px;
	height: 30px;
	outline: none;
	padding-left: 7%;
	border-radius: 20px;
	border: 1px solid #131313;
	font-size: 14px;
}
.search-submit {
	width: 17px;
	height: 17px;
	border: none;
	background: url(../images/search.png) top center / cover no-repeat;
	position: absolute;
	top: 27px;
	right: 10px;
}
/* share */
.share {
	width: 80px;
	float: right;
}
/* 去除分享额外的样式 */
.bdshare-button-style0-24 a{
	float: none !important;
	padding: 0 !important;
	background: none !important;
	margin: 0 7px !important;
}
.share a {
	margin: 0 7px !important;
	position: relative;
	top: 5px;
}
.share a img {
	width: 24px;
}
/* 微信二维码 */
.bd_weixin_popup {
    width: 285px !important;
    height: 305px !important;
}
/* header-bottom */
.header-nav {
	height: 100px;
	line-height: 100px;
	padding: 0 90px 0 125px;
	position: relative;
	z-index: 20;
}
.header-nav .logo {
	display: inline-block;
	width: 150px;
}
.header-nav .logo img {
	position: relative;
	top: 15px;
}
/* nav */
.nav {
	float: right;
}
.nav ul li {
	display: inline-block;
	margin: 0 10px;
}
.nav ul li a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
}
.nav ul li a.active, .nav ul li a:hover {
	background-color: #7d65b0;
	border-radius: 20px;
}
.nav-bg {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100px;
}
/* footer */
.link {
	background-color: #1d1d1d;
	padding: 30px 0;
}
.link .w1200 {
	padding: 0 10px;
	line-height: 150%;
}
.link-title {
	float: left;
	color: #fff;
	width: 9.6666%;
}
.link-title dt {
	font-size: 125%;
}
.url {
	float: right;
	width: 87%;
}
.url ul li {
	display: inline-block;
	border-right: 1px solid #666;
	padding: 0 10px;
	margin: 0 0 2px 0;
}
.url ul li:last-child {
	border: none;
}
.url ul li a {
	color: #666;
}
/* footer-bottom */
.footer-bottom {
	background-color: #131313;
	color: #fff;
	text-align: center;
	position: relative;
}
/* tel */
.tel.w1200 {
	padding: 35px 0;
}
.tel.w1200 li {
	width: 180px;
	height: 50px;
	display: inline-block;
}
.tel.w1200 li p {
	position: relative;
	top: 3px;
	line-height: 150%;
	color: #fff;
}
.tel-left {
	background-color: #2c1e4e;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.tel-right {
	background-color: #7d65b0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.phone {
	font-size: 18px;
}
/* footer-nav */
.footer-nav li {
	display: inline-block;
	margin: 0 13px 40px;
	width: 84px;
}
.footer-nav li a {
	color: #fff;
	font-size: 14px;
	line-height: 150%;
}
/* link-logo */
.link-logo li {
	width: 105px;
	height: 50px;
	display: inline-block;
	margin: 0 7px 15px;
}
.to-top{
	width: 28px;
	height: 18px;
	background: url(../images/to-top.png) top center / cover no-repeat;
	cursor: pointer;
	position: absolute;
	top: 100px;
	right: 105px;
}
.footer {
	height: 60px;
	line-height: 60px;
	padding: 0 75px;
}
.copy {
	float: left;
}
.footer-right {
	float: right;
}
/*广告*/
.index-banner {
    width: 100%;
}
.index-banner .bg {
	width: 100%;
	/*height: 810px;*/
	height: 450px;
}
.banner-font {
	text-align: center;
	position: relative;
	top: 30%;
}
.banner-font img {
	max-width: 442px;
}
/* 服务项目 */
.index-service {
	background-color: #f6f5f0;
}
.service-about {
	padding: 40px 0 65px;
}
.service-about h2 {
	color: #4b2e91;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 40px;
}
.service-about .content {
	width: 20%;
	float: left;
	position: relative;
}
.service-about .content .service-logo{
	width: 100%;
	max-width: 174px;
	margin: 0 auto;
}
.service-about .content dl {
	padding: 45px 0;
}
.service-about .content dt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 15px auto;
}
.service-about .content dd {
	height: 95px;
	padding: 0 20px;
	font-size: 13px;
}
.service-about .content a {
	display: none;
}
.service-about .content:hover dl {
	background-color: #523695;
	border-radius: 4px;
}
.service-about .content:hover dt {
	color: #fff;
}
.service-about .content:hover dd {
	opacity: 0.04;
}
.service-about .content:hover a {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 25%;
	color: #4b2e91;
	font-size: 13px;
	background-color: #fff;
	width: 50%;
	height: 30px;
	line-height: 230%;
	text-align: center;
	border-radius: 20px;
}
/* 注册公司 */
.register-about {
	padding: 55px 0;
}
.register-header h2 {
	float: left;
	font-size: 20px;
	border-left: 5px solid #131313;
	padding-left: 3px;
}
.register-header a {
	float: right;
}
.company {
	margin: 10px 0;
}
.country {
	width: 16.66667%;
	float: left;
	padding: 10px 0;
	position: relative;
}
.country1:nth-child(odd), .country2:nth-child(even) {
	background-color: #e5e5e5;
}
.country1:nth-child(even), .country2:nth-child(odd) {
	background-color: #eee;
}
.flag {
	width: 50%;
	margin: 10px auto;
}
.register-name {
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.strength {
	display: none;
}
.country a {
	display: none;
}
.country:hover {
	background-color: #533896;
}
.country:hover .flag, .country:hover .register-name {
	opacity: 0.05;
}
.country:hover .strength {
	display: block;
	color: #fff;
	width: 88%;
	line-height: 166%;
	position: absolute;
	top: 10%;
	left: 6%;
}
.country:hover a {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 17.5%;
	color: #4b2e91;
	font-size: 13px;
	background-color: #fff;
	width: 65%;
	height: 30px;
	line-height: 230%;
	text-align: center;
	border-radius: 20px;
}
.register-footer {
	padding: 30px 10px 0 30px;
}
.question {
	font-size: 14px;
	line-height: 50px;
	margin: auto 30px;
}
.service-link {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	width: 27%;
	height: 50px;
	line-height: 50px;
	background: url(../images/service.png) 20% center  no-repeat;
	background-color: #d2d2d2;
	border-radius: 30px;
	float: right;
}
/* faq & news */
.faq {
	float: left;
	width: 28.6%;
	height: 732px;
	padding: 65px 0 0 125px;
	position: relative;
}
.faq h2, .faq h3 {
	font-size: 24px;
	color: #fff;
	line-height: 170%;
	margin-left: -15%;
}
.z_more,.z_more1{
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
}
.z_more1{
	color: #131313;
}
.faq h3 {
	margin-bottom: 40px;
}
.faq ul {
	/*margin: 40px 0 0 25px;*/
	width: 50%;
	height: 85%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.faq ul li {
	list-style-type: disc;
	color: #fff;
	margin: 13% 0;
}
.faq ul li a {
	color: #fff;
	line-height: 180%;
}
.news-position {
	float: right;
	width: 71.4%;
	height: 732px;
	background-color: #f6f5f0;
	padding: 55px 150px 0;
}
.news-pos {
	display: inline-block;
	width: 45%;
	padding: 0 10px;
}
.news1 {
	margin-right: 4%;
}
.news2 {
	margin-left: 4%;
}
.news-pos h2 {
	font-size: 24px;
	color: #4b2e91;
}
.news-first {
	margin: 25px 0 0 0;
	position: relative;
}
.first-img {
	float: left;
	/*width: 25%;*/
	width: 109px;
	margin-right: 20px;
}
.first-info {
	/*float: right;*/
	/*width: 70%;*/
}
.first-info dt {
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.first-desc {
	margin: 15px 0 0 0;
	line-height: 170%;
}
.first-more {
	margin-top: 10px;
	/*position: absolute;
	bottom: 3px;*/
}
.news-pos ul {
	margin: 50px 0 0 20px;
}
.news-pos ul li {
	list-style-type: disc;
	color: #2c1e4e;
	margin: 7% 0;
}
.news-pos ul li a {
	/*line-height: 180%;*/
}
.first-title {
	width: 75%;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.first-time {
	width: 33px;
	float: right;
}
/* index-shows */
.index-shows {
	padding: 55px 0 35px;
}
.index-tab li {
	display: inline-block;
	width: 285px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.index-tab li span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}
.index-tab li.active {
	background-color: #6041A0;
	color: #fff;
}
.index-tab li.active:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/down.png) top center / cover no-repeat;
	position: absolute;
	top: 50px;
	left: 137.5px;
}
.tab-show {
	margin-top: 20px;
}
.tab-show ul {
	margin: 40px 0 7% 0;
}
.tab-show li {
	/*margin: 0 2%;*/
	border: 1px solid #ccc;
	box-shadow: 0 0 9px #ccc;
	padding: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.tab-show li:first-child {
	margin-left: 0;
}
.tab-show li:last-child {
	margin-right: 0;
}*/
.tab-show li p {
	/*position: absolute;
	top: 109%;
	left: 0;*/
	font-size: 14px;
	/*line-height: 130%;*/
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-honor {
	margin: 4% auto 0;
}
.index-honor h2 {
	font-size: 18px;
	border-left: 5px solid #131313;
	padding-left: 5px;
	margin-bottom: 15px;
}
.index-honor ul {
	margin: 20px 0 0 0;
}
.index-honor li {
	float: left;
	/*width: 19%;*/
	/*margin: 0 0.625%;*/
	padding: 10px;
	border: 3px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.index-honor li:first-child {
	margin-left: 0;
}
.index-honor li:last-child {
	margin-right: 0;
}*/
.index-honor li img {
	display: block;
	float: left;
	width: 48%;
}
.index-honor li p{
	float: right;
	width: 40%;
	padding-top: 10px;
}
/* 右边的固定表单 */
.index-form {
	display: none;
	width: 200px;
	height: 490px;
	padding: 25px 14px;
	background: url(../images/form.png) top center / cover no-repeat;
	position: relative;
	position: fixed;
	top: 200px;
	right: 80px;
}
.form-top {
	font-weight: bold;
	font-size: 14px;
	color: #2c1e4e;
	line-height: 150%;
	margin-bottom: 25px;
}
.close {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 34px solid;
	border-right: 36px solid transparent;
	opacity: 0;
	cursor: pointer;
}
.contact-form {
	margin-top: 40px;
	text-align: center;
}
.contact-form input {
	width: 150px;
	height: 30px;
	margin: 6px auto;
	outline: none;
	font-size: 14px;
	color: #2c1e4e;
	padding-left: 15px;
}
/* 输入框提示文本样式 */
.contact-form input::-webkit-input-placeholder {
	color: #2c1e4e;
}
.contact-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #2c1e4e;
}
.contact-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #2c1e4e;
}
.error-show {
	color: #fff;
	font-size: 14px;
	margin-bottom: 7px;
}
.index-submit {
	width: 150px;
	height: 40px !important;
	line-height: 40px;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: bold;
	color: #2c1e4e;
	background-color: #ae90f5;
	border: none;
	cursor: pointer;
}
/* 注册香港公司 */
.banner {
	width: 100%;
	height: 520px;
	position: relative;
	z-index: 5;
}
.font {
	max-width: 505px;
	max-height: 333px;
	margin: auto;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
}
.font2 {
	max-width: 505px;
	max-height: 333px;
	position: absolute;
	top: 30%;
	left: 15%;
}
.reg-title {
	text-align: center;
	padding-bottom: 40px;
}
.reg-title img {
	max-width: 505px;
}
.ask {
	display: block;
	width: 151px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #2d1f4f;
	border-radius: 30px;
	margin: 50px auto 0;
}
.reg1 {
	padding: 80px 13.5% 100px;
}
.reg1 h6 {
	color: #2c1e4e;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.reg1-font {
	float: left;
	width: 51.7%;
	padding: 0 10px;
}
.reg1-font>p {
	color: #7d65b0;
	font-size: 18px;
	line-height: 145%;
}
.reg1-font li {
	display: flex;
	margin: 20px 0;
	line-height: 150%;
}
.reg1-font li span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background-color: #7d65b0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 1px 2% 0 0;
}
.reg1-font li p {
	display: inline-block;
	color: #7d65b0;
	font-size: 18px;
	line-height: 150%;
	width: 90%;
}
.reg1-pic {
	width: 48.3%;
	float: right;
}
.reg2 {
	padding: 80px 0 100px;
	background-color: #4b2e91;
}
.strength-li li {
	float: left;
	width: 24%;
	height: 212px;
	margin: 0.7% 0.5%;
	background-color: #432a80;
	color: #fff;
	text-align: center;
}
.strength-li li:hover {
	background-color: #2d1f4f;
}
.strength-li li dl {
	position: relative;
	top: 15%;
}
.strength-li li dt {
	font-size: 24px;
	margin: 0 auto 5%;
}
.strength-li li dd {
	width: 58%;
	font-size: 14px;
	line-height: 150%;
	margin: 0 auto;
}
.nec-li li {
	float: left;
	width: 24.5%;
	margin: 0 0.333333%;
	background-color: #432a80;
	text-align: center;
	color: #fff;
}
.nec-li li:first-child {
	margin-left: 0;
}
.nec-li li:last-child {
	margin-right: 0;
}
.nec-li li:hover {
	background-color: #2d1f4f;
}
.nec-li .img {
	width: 40%;
	margin: 10% auto;
}
.nec-desc {
	padding: 0 20% 30%;
}
.nec-desc dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10%;
}
.nec-desc dd {
	font-size: 14px;
	line-height: 130%;
	min-height: 72px;
}
.advan-li li {
	float: left;
	width: 16%;
	margin: 0.3333%;
	text-align: center;
	color: #fff;
}
.advan-li .img {
	width: 70%;
	margin: 0 auto;
}
.advan-li .desc dt {
	font-size: 18px;
	margin: 20px 0;
}
.advan-li .desc dd {
	min-height: 90px;
	line-height: 150%;
}
.reg-event h2 {
	height: 90px;
	line-height: 90px;
	background-color: #2d1f4f;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.reg-event ul {
	margin: 10px 0;
}
.reg-event li {
	float: left;
	width: 19%;
	margin: 0 0.5%;
	background-color: #432a80;
	color: #fff;
	text-align: center;
}
.reg-event li .img {
	width: 40%;
	margin: 15% auto;
}
.reg-event li .desc dt {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
.reg-event li .desc dd {
	min-height: 120px;
	font-size: 14px;
	line-height: 1.3;
	padding: 5%;
}
.reg-event li:hover {
	background-color: #2d1f4f;
}
.company-li li {
	float: left;
	width: 33%;
	height: 212px;
	background-color: #432a80;
	color: #fff;
	margin: 0.5% 0;
	position: relative;
	text-align: center;
}
.company-li li:nth-child(3n-1) {
	margin: 0.5%;
}
.company-li li dl {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
	overflow: hidden;
}
.company-li li dt {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.company-li li:hover {
	background-color: #2d1f4f;
}
.reg3 {
	padding: 80px 13.5% 100px;
	background-color: #f6f5f0;
}
.process-li li {
	float: left;
	width: 25%;
	height: 16vw;
	color: #fff;
	position: relative;
}
.process-li li dl {
	position: absolute;
	bottom: .1vw;
	left: 3%;
	padding: 10px;
}
.process-li li span {
	font-size: 60px;
	font-weight: bold;
	margin-right: 5px;
}
.process-li li dt {
	font-size: 20px;
	font-weight: bold;
}
.process-li li dd {
	height: 2vw;
}
.reg4 {
	padding: 80px 3.6% 100px;
}
.reg4 .table {
	width: 100%;
	text-align: center;
}
.reg4 .table span {
	font-size: 21px;
	line-height: 135%;
	float: left;
}
.thead span {
	color: #2c1e4e;
	margin-bottom: 10px;
}
.thead span:nth-child(1), .tbody span:nth-child(1) {
	width: 36%;
	text-align: left;
	padding-left: 1%;
}
.thead span:nth-child(2), .tbody span:nth-child(2) {
	width: 10%;
}
.thead span:nth-child(3), .tbody span:nth-child(3) {
	width: 53%;
}
.tbody li {
	display: flex;
}
.tbody li:hover {
	background-image: linear-gradient(to right, #f29673, #d369fa);
}
.tbody li:hover span {
	color: #fff;
}
.tbody span {
	margin: 10px 0;
	color: #7d65b0;
}
.reg4 p {
	text-align: center;
	font-size: 21px;
	color: #7d65b0;
	margin-top: 60px;
}
.reg5 {
	background-color: #f6f5f0;
	padding: 80px 8% 100px;
}
.reg-case li {
	float: left;
	width: 24%;
	margin: 10px 0.5%;
}
.case-desc {
	background-color: #fff;
	padding: 10px;
}
.case-desc dt {
	font-size: 18px;
	margin: 20px 0;
}
.case-desc dd {
	min-height: 130px;
	font-size: 14px;
	line-height: 155%;
}
.reg-case li:hover .case-desc {
	background-color: #7d65b0;
	color: #fff;
}
.reg6 {
	padding: 80px 0 100px;
	background-color: #f6f5f0;
}
.reg6 h2 {
	color: #4b2e91;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.reg-tab {
	background-color: #fff;
}
.reg-tab li {
	float: left;
	width: 16.6667%;
	height: 45px;
	line-height: 45px;
	color: #535353;
	font-size: 18px;
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #ccc;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reg-tab li:first-child {
	border-left: none;
}
.reg-tab li:last-child {
	border-right: none;
}
.reg-tab li.active, .reg-tab li:hover {
	color: #4b2e91;
	border-bottom: 3px solid #4b2e91;
}
.reg-show {
	margin-top: 30px;
	padding: 0 0.5%;
}
.reg-show li {
	width: 19%;
	margin: 15px 0.4%;
	float: left;
	position: relative;
}
.reg-show li h6 {
	width: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 25%;
}
.reg-show li span {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: normal;
	color: #131313;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transform: scale(0.6);
	margin-left: 5%;
	position: relative;
	top: 3px;
}
.reg-show li div {
	display: none;
}
.reg-show li a {
	display: none;
}
.reg-show li:hover {
	background-color: #4b2e91;
}
.reg-show li:hover img{
	opacity: 0;
}
.reg-show li:hover h6{
	display: none;
}
.reg-show li:hover div {
	display: block;
	color: #fff;
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 14px;
	line-height: 170%;
}
.reg-show li:hover a {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 77%;
	font-size: 14px;
	line-height: 300%;
	background: url(../images/ask.png) 20% no-repeat #fff;
}
.card {
	float: left;
	width: 49.6%;
	padding: 7% 5%;
	color: #fff;
}
.card.left {
	background-color: #7E56C3;
	margin-right: 0.4%;
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.card.right {
	background-color: #5450D7;
	margin-left: 0.4%;
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.card-info {
	width: 75%;
	float: left;
}
.card-info dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.card-info dd {
	height: 180px;
	font-size: 14px;
	line-height: 200%;
}
.card .img {
	float: left;
	width: 25%;
	position: relative;
	top: 20px;
	left: 20px;
}
.problem {
	position: relative;
}
.prob {
	position: absolute;
	color: #fff;
	width: 49%;
}
.prob.left.top {
	width: 30%;
	top: 5%;
	left: 3%;
}
.prob.left.bottom {
	width: 46%;
	top: 45%;
	left: 2%;
}
.prob.right.top {
	width: 32%;
	top: 18%;
	left: 53%;
}
.prob.right.bottom {
	width: 46%;
	top: 56%;
	left: 53%;
}
.prob dt {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.prob dd {
	font-size: 14px;
	line-height: 170%;
}
.manage {
	margin-top: 70px;
	padding: 0 20px;
}
.manage .img {
	float: left;
	width: 33.3333%;
	margin-right: 6.6666%;
}
.manage .desc {
	width: 60%;
	float: right;
}
.matter {
	background-color: #fff;
	box-shadow: 0 3px 10px #ccc;
	padding: 20px 25px 130px;
}
.matter li {
	border-bottom: 1px solid #e2e2e2;
}
.matter-question {
	height: 65px;
	position: relative;
	top: 15px;
}
.ques {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #c3af95;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-right: 30px;
}
.tion {
	font-size: 14px;
	color: #3c3c3c;
}
.detail {
	float: right;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/detail-down.png) center / 19px 13px no-repeat;
	margin-right: 20px;
	position: relative;
	top: 5px;
	cursor: pointer;
}
.detail.active {
	background: url(../images/detail-up.png) center / 19px 13px no-repeat;
}
.matter-answer {
	display: none;
	background-color: #f6f5f0;
	height: 100px;
	position: relative;
}
.matter-answer dl {
	width: 96%;
	height: 60%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.ans {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #4e515c;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-right: 2%;
}
.wer {
	font-size: 13px;
	line-height: 185%;
	color: #3c3c3c;
	position: relative;
	top: 7px;
}
.reg7 {
	padding: 80px 0 100px;
	position: relative;
}
.cycle {
	position: relative;
}
.way {
	position: relative;
}
.way-dl {
	width: 32%;
	color: #fff;
	position: absolute;
}
.way-dl.left {
	top: 10%;
	left: 9%;
}
.way-dl.right {
	top: 25%;
	left: 59%;
}
.way-dl.left .top {
	margin-bottom: 20%;
}
.way-dl.left .bottom {
}
.way-dl.right .top {
	margin-bottom: 20%;
}
.way-dl.right .bottom {
}
.way-dl dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.way-dl dd {
	font-size: 14px;
	line-height: 200%;
}
.way.annual .way-dl {
	width: 42%;
}
.way.annual .way-dl.left {
	top: 10%;
	left: 4%;
}
.way.annual .way-dl.right {
	top: 23%;
	left: 54%;
}
.way.annual .way-dl dt {
	font-size: 24px;
	line-height: 141%;
	font-weight: normal;
}
.reg7 ul.w1200 li, .reg7 ul.list.ph li {
	margin: 20px 1%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.reg7 ul.w1200 .title, .reg7 ul.list.ph .title {
	float: left;
	font-size: 14px;
}
.reg7 ul.w1200 .title:before, .reg7 ul.list.ph .title:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #1c90e6;
	border-radius: 50%;
	position: relative;
	top: 4px;
	margin-right: 10px;
	transform: scale(0.6);
}
.reg7 ul.w1200 .time, .reg7 ul.list.ph .time {
	float: right;
	font-family: 'Arial';
	color: #535353;
	font-size: 14px;
	position: relative;
	top: 6px;
}
.page {
	margin: 80px auto 0;
	padding-bottom: 20px;
	text-align: center;
	box-shadow: 0px 15px  10px -10px #e2e2e2;
}
.page li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
}
.page li a {
	display: block;
	width: 100%;
	height: 100%;
}
.page li span, .page li a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #21a2ff;
	color: #fff;
}
.lecture {
	padding: 100px 0;
	position: relative;
}
.lecture .img {
	float: left;
	width: 33.3333%;
}
.lecture .desc {
	float: right;
	width: 66%;
	padding: 0 10px;
}
.lecture .desc h2 {
	position: absolute;
	top: 25%;
	font-size: 24px;
	line-height: 150%;
}
.lecture .desc p {
	font-size: 14px;
	line-height: 230%;
	position: absolute;
	top: 45%;
}
.lecture .desc a {
	display: block;
	font-size: 13px;
	color: #141414;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c0c0c0;
	text-align: center;
	position: absolute;
	top: 67%;
}
.brief {
	padding: 0 3% 0 2%;
}
.brief .img {
	float: left;
	width: 40.8%;
	margin-right: 4.2%;
}
.brief .desc {
	width: 55%;
	float: right;
}
.brief .desc dd p img {
	display: none;
}
.brief .desc dt {
	width: 65%;
	font-size: 28px;
	color: #4b2e91;
	border-bottom: 3px solid #4b2e91;
	padding: 15px 0;
	font-weight: bold;
}
.brief .desc dd {
	padding: 10px 0;
	border-top: 1px solid #d5d5d5;
}
.team {
	padding: 0 8%;
}
.team-info .img  {
	width: 50%;
}
.team-info:nth-child(odd) .img {
	float: right;
}
.team-info:nth-child(even) .img {
	float: left;
}
.team-info .desc {
	width: 40%;
	color: #3e3e3e;
	padding: 0 5%;
	padding-top: 5%;
}
.team-info:nth-child(odd) .desc {
	float: left;
}
.team-info:nth-child(even) .desc {
	float: right;
}
.team-info .desc dt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.team-info .desc dd>p {
	font-size: 16px;
	line-height: 150%;
}
.swiper-container.brief-banner .swiper-slide {
	text-align: center;
	width: 33.33% !important;
	height: 300px;
	border: 1px solid #d0d0d0;
}
.swiper-container.brief-banner .swiper-slide>p {
	font-size: 24px;
	color: #141414;
	display: none;
}
.swiper-container.brief-banner .swiper-slide.swiper-slide-active>p {
	display: block;
	position: relative;
	top: 267px;
	background-color: #7d65b0;
	color: #fff;
}
.reg8 {
	padding: 80px 0 0 0;
	position: relative;
	background-color: #f6f5f0;
}
.diff-bg {
	background-color: #4b2e91;
}
.dif-info {
	padding: 0 4% 5%;
	position: relative;
}
.diff-bg li:hover  {
	background-color: #2d1f4f;
}
.dif-img {
	float: left;
	width: 14%;
	position: relative;
	top: 50px;
	margin-right: 1%;
}
.dif-desc {
	float: left;
	width: 77%;
	color: #fff;
	position: relative;
	top: 20px;
	padding-bottom: 3%;
}
.dif-desc dt {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}
.dif-desc dd {
	font-size: 14px;
	line-height: 150%;
}
.reg9 {
	padding: 80px 0 100px;
	background-color: #e2e2e2;
}
.tax {
	padding: 2%;
}
.tax dl {
	float: left;
	width: 46%;
	color: #fff;
}
.tax dt {
	font-size: 24px;
	font-weight: bold;
	padding: 10% 4%;
	background-color: #8b89c8;
	background-image: -webkit-linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.5));
	background-image: -o-linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.5));
	background-image: linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.tax dd {
	font-size: 18px;
	line-height: 170%;
	padding: 10% 14%;
	background-color: #939393;
	background-image: -webkit-linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.6));
	background-image: -o-linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.6));
	background-image: linear-gradient(top left, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.tax ul {
	float: right;
	width: 44%;
}
.tax ul li {
	display: flex;
	margin: 0 0 40px 0;
	line-height: 150%;
}
.tax ul li span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background-color: #7d65b0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 1px 2% 0 0;
}
.tax ul li p {
	display: inline-block;
	color: #7d65b0;
	font-size: 18px;
	line-height: 150%;
	width: 90%;
}
/* 注册离岸公司 */
.reg-flag {
	background-color: #e2e2e2;
	padding: 80px 0;
}
.flag-info h2 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.flag-info .info {
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 0.5%;
}
.flag-info li {
	float: left;
	width: 32%;
	min-height: 515px;
	margin: 20px 0.6667%;
	text-align: center;
	border: 1px solid #f3f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flag-info h3 {
	font-size: 18px;
	color: #4b2e91;
	font-weight: normal;
	margin: 10px 0;
}
.flag-info h4 {
	font-size: 18px;
	color: #4b2e91;
}
.flag-info h4:after {
	content: '';
	display: block;
	width: 54px;
	height: 3px;
	background-color: #131313;
	margin: 10px auto;
}
.flag-info dt {
	font-size: 16px;
	color: #7d65b0;
	margin: 10px 0;
}
.flag-info dd {
	text-align: left;
	color: #535353;
	line-height: 150%;
	width: 84%;
	min-height: 100px;
	margin: 0 auto;
}
.flag-info a {
	display: inline-block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	margin: 10px 3px;
	font-size: 13px;
}
.flag-info a:nth-child(5) {
	border: 1px solid #ccc;
}
.flag-info a:last-child {
	color: #fff;
	background-color: #4b2e91;
}
.flag-info .more {
	display: block;
	background-color: #4b2e91;
	color: #fff;
	font-size: 14px;
	width: 186px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto;
	border-radius: 30px;
}
/* 联系我们 */
.form {
	padding: 100px 10px 80px;
}
.form h6 {
	font-size: 20px;
	color: #2c1e4f;
}
.form>p {
	font-size: 36px;
	color: #dde1e5;
	margin-bottom: 80px;
}
.form .img {
	float: left;
	width: 36%;
}
.contact {
	float: right;
	width: 58%;
}
.contact label {
	display: block;
}
.input {
	font-size: 14px;
	color: #141414;
}
.contact input {
	border: 1px solid #c1c1c1;
	width: 100%;
	max-width: 483px;
	height: 38px;
	margin: 15px 0;
}
.contact textarea {
	border: 1px solid #c1c1c1;
	width: 100%;
	max-width: 481px;
	height: 121px;
	resize: none;
	margin: 15px 0;
}
#message_span {
	position: relative;
	bottom: 100px;
}
.error {
	font-size: 14px;
	color: #141414;
	position: relative;
	left: 75px;
}
.contact button {
	color: #fff;
	font-size: 14px;
	width: 101px;
	height: 33px;
	background-color: #2c1e4e;
	position: relative;
	left: 75px;
	margin-right: 15px;
}
#reset {
	color: #fff;
	font-size: 14px;
	width: 101px;
	height: 33px;
	background-color: #7d65b0;
	outline: none;
	cursor: pointer;
	position: relative;
	left: 75px;
}
.contact-map {
	margin: 150px auto;
}
.map-tab {
	float: left;
	width: 43.75%;
	height: 632px;
	border: 1px solid #dfdfdf;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map-tab li {
	margin: 0 13% 0 3%;
	height: 20%;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	line-height: 1%;
}
.map-tab li .img {
	width: 36px;
	height: 46px;
	background: url(../images/location.png) no-repeat;
	position: absolute;
	top: 30%;
}
.map-tab li .info {
	position: absolute;
	top: 5%;
	left: 50px;
}
.map-tab li .info dt {
	color: #7d65b0;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.map-tab li .info dd {
	color: #080808;
	font-size: 14px;
	line-height: 200%;
}
.map-tab li:last-child {
	border-bottom: none;
}
.map-tab li:hover, .map-tab li.active {
	margin: 0;
	width: 103%;
	left: -3%;
	background-color: #7d65b0;
}
.map-tab li:hover .img, .map-tab li.active .img {
	margin-left: 25px;
	transform: scale(1.1);
	background: url(../images/location2.png) no-repeat;
}
.map-tab li:hover .info, .map-tab li.active .info {
	left: 80px;
}
.map-tab li:hover .info dt, .map-tab li:hover .info dd, .map-tab li.active .info dt, .map-tab li.active .info dd {
	color: #fff;
}
.map {
	float: right;
	width: 56.25%;
	height: 632px;
}
#allmap{
    display: block;
    width: 100%;
    height: 100%;
}
/* 文章详情 */
.news-banner {
	width: 100%;
	height: 520px;
}
.news {
	background-color: #e2e2e2;
	padding: 60px 0 170px;
}
.news-content {
	background-color: #fff;
}
.news-container {
	float: left;
	width: 64%;
	margin: 0 3.75%;
	padding: 45px 0;
}
.news-nav {
	margin-left: 10px;
}
.news-nav img {
	width: 14px;
	height: 13px;
	margin-right: 10px;
}
.news-nav a {
	font-size: 14px;
}
.news-nav .news-title {
	font-size: 14px;
	color: #4b2e91;
}
.news-container h2 {
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}
.news-share {
	margin: 20px 0 60px 0;
}
.news-share span {
	font-size: 15px;
	line-height: 187%;
 	color: #878787;
 }
.news-share .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.news-share a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 4px;
}
.news-share .bdsharebuttonbox a:hover {
	background-color: #d80022 !important;
}
.news-share a.bds_tsina {
	background: #949494 url(../images/nsina.png) 50% 50% no-repeat !important;
}
.news-share a.bds_weixin {
	background: #949494 url(../images/nweixin.png) 50% 50% no-repeat !important;
}
.news-share a.bds_tqq {
	background: #949494 url(../images/ntqq.png) 50% 50% no-repeat !important;
}
.news-share a {
	margin: 0 7px !important;
}
.news-container p, .news-container p strong, .news-container p span {
	font-size: 16px;
}
.news-container p img {
	width: auto;
}
.news-source {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-like {
	width: 60px;
	margin: 50px auto;
	text-align: center;
	font-size: 13px;
	color: #535353;
}
.news-like dl {
	margin: 10px 0;
}
.news-article {
	margin: 30px 0;
}
.news-article a {
	display: block;
	color: #535353;
	font-size: 14px;
	line-height: 185%;
	margin: 5px 0;
}
.news-article a span {
	margin-right: 28px;
	color: #535353;
	font-size: 14px;
	line-height: 185%;
}
.news-about {
	float: right;
	width: 28.5%;
	background-color: #f9f9f9;
	padding: 50px 3.75% 0 10px;
}
.news-about h2 {
	font-size: 18px;
	color: #4b2e91;
	margin: 20px 0 20px 15px;
}
.news-about li {
	margin: 30px 0 30px 15px;
	list-style-type: disc;
	color: #535353;
}
.same-recommend {
	border-bottom: 2px solid #4b2e91;
}
.same-recommend li a {
	color: #535353;
}
.new-recommend li {
	color: #535353;
}
.new-recommend li a {
	color: #535353;
}
.company-nav {
	padding-top: 60px;
}
.enrol {
	width: 98%;
	max-width: 1200px;
	height: 516px;
	border: 1px solid #ccc;
	display: none;
	position: relative;
	margin: auto;
	z-index: 1000;
	background-color: #fff;
}
.enrol-header {
	height: 90px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.enrol-header .logo {
	max-width: 150px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.enrol-header .logo img {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.enrol-header .enrol-close {
	position: absolute;
	top: 0;right: 40px;bottom: 0;
	margin: auto;
}
.enrol-header .enrol-close img {
	position: relative;
	top: 30px;
	cursor: pointer;
}
.enrol-body {
	padding: 0 6%;
}
.enrol-left {
	width: 50%;
	float: left;
}
.enrol-right {
	width: 50%;
	float: right;
}
.enrol-body label {
	display: block;
}
.enrol-body label span.input {
	display: inline-block;
	font-size: 16px;
	width: 64px;
}
.enrol-body label input, .enrol-body label textarea, .enrol-body label select, .enrol-body label option {
	font-size: 16px;
	background-color: #f4f4f4;
	border: none;
	outline: none;
	resize: none;
	width: 76%;
	max-width: 400px;
	height: 40px;
	margin: 15px 20px;
}
#enrol-meesage {
	position: relative;
	bottom: 165px;
}
.enrol-body label textarea {
	height: 175px;
}
.enrol-submit {
	display: block;
	width: 175px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #2c1e4f;
	margin: 60px auto 15px;
}
.enrol-info {
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	margin-bottom: 10px;
}
.mapsite {
	padding: 100px 0 10px 0;
}
.map-site {
	padding: 0 2%;
}
.map-site>h2 {
	font-size: 20px;
	color: #2c1e4f;
	margin-bottom: 10px;
}
.map-site>h3 {
	font-size: 36px;
	color: #dde1e5;
	font-weight: normal;
}
.map-nav {
	margin-top: 40px;
}
.map-li {
	float: left;
	width: 20%;
	margin-bottom: 50px;
}
.map-li dt {
	font-size: 18px;
	color: #262626;
	width: 70%;
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.map-li dd {
	font-size: 14px;
	color: #262626;
	margin: 10px 0;
}
.map-li dt:hover, .map-li dd:hover {
	color: #7d65b0;
}

.titleh2{
	font-size: 30px !important;
	line-height: 30px !important;
	padding: 10px 0 !important;
	color: #7d65b0 !important;
	margin:0 !important;
}

.titleh3{
	font-size: 24px !important;
	color: #7d65b0 !important;
	margin:0 !important;

}